[css-align] Does vertical-align
on table cell set align-content
safely or not?
#12220
Labels
css-align-3
Current Work
https://drafts.csswg.org/css-align/#distribution-block
My understanding is that
vertical-align: bottom
should behave asalign-content: end
, which behaves asalign-content: safe end
if the cell isn't a scroll container.So Blink seems wrong because it treats
vertical-align: bottom
asalign-content: unsafe end
even if it's not a scroll container. But is it even web compatible to change the legacy behavior ofvertical-align
? If it's a scroll container, it's not following https://drafts.csswg.org/css-align/#auto-safety-scroll either.WebKit seems wrong since it ignores the overflow position.
Gecko avoids overflow in this case so not conclusive.
The text was updated successfully, but these errors were encountered: